SftTree/OCX 7.0

SftTreeRowColumnFooter.Text Property

Softel vdm, Inc.

Defines the text displayed in the row/column footer.

Syntax       

Get

VB.NET

Text = object.Text  As String

VB

Text = object.Text  As String

C#.NET

string Text = object.Text;

VC++

_bstr_t Text = object->Text;
_bstr_t Text = object->GetText();

C

HRESULT object->get_Text(BSTR* Text);

Delphi

Text := object.Text   : WideString;

Put

VB.NET

object.Text = Text  As String

VB

object.Text = Text  As String

C#.NET

string object.Text = Text;

VC++

_bstr_t object->Text = Text;
void object->PutText(_bstr_t Text);

C

HRESULT object->put_Text(BSTR Text);

Delphi

object.Text := Text   : WideString;

object

A SftTreeRowColumnFooter object.

Text

Defines the text displayed in the row/column footer.

Comments

The Text property defines the text displayed in the row/column footer.

The alignment of the row/column footer text can be defined using the RowColumnFooter.TextHAlign and RowColumnFooter.TextVAlign properties.

The row/column footer supports multiple text lines by using new-line characters (CR-LF) to start a new line. Word-wrap is not supported.

See Also  SftTreeRowColumnFooter Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com